home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / dfÜ / tc / rexx / launchtc.mrx next >
Text File  |  1996-06-10  |  260b  |  16 lines

  1. /*
  2. **  use this not to launch multi TimeConnect
  3. **  put this in your startnet....
  4. **  ex rx lauchTC.mrx
  5. */
  6. options results
  7.  
  8. IF (SHOW('P',TIMECONNECT.1) =0) then
  9. DO
  10.  address command 'run amitcp:TC/TC'
  11. END
  12. ELSE DO
  13.   address 'TIMECONNECT.1'
  14.   'iconify FALSE'
  15. END
  16.